home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / terrorism2.swf / scripts / DefineButton2_284 / BUTTONCONDACTION on(keyPress r).as
Text File  |  2005-01-07  |  312b  |  15 lines

  1. on(keyPress "r"){
  2.    if(_root.Gun._currentframe == 1)
  3.    {
  4.       _root.Gun.gotoAndPlay("M4_reload");
  5.    }
  6.    else if(_root.Gun._currentframe == 55)
  7.    {
  8.       _root.Gun.gotoAndPlay("M9_reload");
  9.    }
  10.    else if(_root.Gun._currentframe == 110)
  11.    {
  12.       _root.Gun.gotoAndPlay("MP5_reload");
  13.    }
  14. }
  15.